home *** CD-ROM | disk | FTP | other *** search
- ; AVIEW V2.01 Sample control-file, DON'T USE TABS!
- ; (Version included with RAFT V2.0)
- ;
- ;
- ; NOCOLOR
- ; With this statment you force AVIEW in black and white mode, this can be
- ; handy for laptop-users who have a LCD-Screen.
- ;NOCOLOR
- ;
- ;
- ;
- ; VIEWER <viewer>
- ; With this command you define the viewer to use with the view-function,
- ; the default is 'LIST'.
- VIEWER list
- ;
- ;
- ;
- ; EDITOR <editor>
- ; With this command you define the editor to use with the edit-function,
- ; the default is 'Q' (Qedit)
- ; NOTE: Use an editor which DOES NOT create any backup-files.
- EDITOR Q
- ;
- ;
- ;
- ; EXTRACTPATH <path>
- ; With this command you define the path where files must be extracted to,
- ; when this command is NOT used, AVIEW will prompt you for a path.
- EXTRACTPATH c:\unpacked
- ;
- ;
- ;
- ; TEMPPATH <path>
- ; With this command you define the path AVIEW must use as work-directory,
- ; this can be a ram-drive which will speed-up AVIEW dramatically, note that
- ; the temppath is always removed when AVIEW is finished using it, including
- ; all the directory's and files it includes.
- TEMPPATH d:\aviewtmp
- ;
- ;
- ;
- ; SCANNER [<path>\><Filename>
- ; With this command you define the virus-scanner to use after files are
- ; unpacked with the unpack function, when no scanner is defined, no virus-
- ; scan will be performed.
- SCANNER c:\scan\scan.exe
- ;
- ;
- ;
- ; SCANNERPARM <Parameters>
- ; With this command you can define the parameters to use for the virus-scanner.
- SCANNERPARM /nomem /a /sub
- ;
- ;
- ;
- ; <EOF>
-